CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Huffman 编码 解码

搜索资源列表

  1. huffman编码解码

    1下载:
  2. 这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行.-Hoffman codec of the source, can be used to achieve efficient codec Hoffman Notes detailed and readable. Compressed only those source files, then vc run.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4115
    • 提供者:xtbc
  1. 哈夫曼编码解码

    0下载:
  2. 霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding (VLC) A is to remove redundan
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:24035
    • 提供者:胡骥骏
  1. Huffman编码及解码

    0下载:
  2. Huffman 编码及解码作业
  3. 所属分类:数学计算/工程计算

    • 发布日期:2009-01-25
    • 文件大小:2930
    • 提供者:terryshiqq
  1. Huffman编码和解码的文本压缩

    0下载:
  2. Huffman编码和解码的文本压缩
  3. 所属分类:图形图像处理(光照,映射..)

  1. huffman11

    0下载:
  2. 完成Huffman编解码的程序,并验证Huffman编码的无损性,读入图像格式为*.pic-Huffman completed codec procedures and verify that non-destructive Huffman coding, and read into the image format for the*. pic
  3. 所属分类:Graph program

    • 发布日期:2017-11-20
    • 文件大小:101258
    • 提供者:张磊
  1. Huffman

    0下载:
  2. 哈夫曼编码解码以及文档资料和Makefile文件。-Huffman decoding, as well as document information and Makefile files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:334244
    • 提供者:lzel
  1. huffman

    0下载:
  2. 霍夫曼编码解码,自己的课程作业,有兴趣的可以参考-Huffman code decoding, operating their own programs, interested can refer to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:44679
    • 提供者:张晓东
  1. Huffman

    0下载:
  2. 本程序是第二带编码解码经典,huffman编码,实现编码解码-This procedure is the second classic band codec, huffman coding, to achieve codec
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:59962
    • 提供者:李靖
  1. Huffman

    0下载:
  2. HUFFMAN 编码 解码程序 用VC++实现-HUFFMAN Codec
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:182557
    • 提供者:4626
  1. huffman

    0下载:
  2. 用java和c++实现的huffman编码解码程序,压缩效率高,且无损。-A Huffman code and decode program Using language java and C++ for compression and depressrion of characters.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2988
    • 提供者:crazy
  1. huffman

    0下载:
  2. 利用huffman编码实现小于4g文件的压缩,先用2进制读写将文件变为2进制码,再通过前缀码构造huffman树,最后存储huffman编码,解码过程反之。-Using huffman coding to achieve less than 4g file compression, first two to read and write binary file into 2 binary code, and then through the prefix code construct huffm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:52547861
    • 提供者:邹平
  1. huffman

    0下载:
  2. 对无记忆信源运用huffman编码,解码,计算信源熵和编码效率-Memory source to use for non-huffman encoding, decoding, computing source entropy and coding efficiency
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:18315
    • 提供者:zhaoyang
  1. Huffman

    0下载:
  2. 该仿真程序采用2个码元联合编码的方式对信源数据进行Huffman编码,最后给出了联合编码和单个码元编码以及定长编码的对比分析,并将编码的二进制数据和解码的数据输出为文本文件hcode.txt及hdecode.txt。-matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:19306
    • 提供者:xiaonaughty
  1. Huffman

    0下载:
  2. 通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。-Through the process to achieve huffman encoding and decoding. Enter a string, statistical character frequency, the output huffman coding. Enter a code, based on pre-set decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:968083
    • 提供者:许娜娜
  1. huffman

    0下载:
  2. 对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5965
    • 提供者:julia
  1. AdaptiveHuffman

    0下载:
  2. Huffman编码解码源代码,在VC环境下运行。-Huffman encoding and decoding the source code, running in the VC environment.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:13161
    • 提供者:阿毛
  1. HUFFMAN

    0下载:
  2. 基于JAVA的HUFFMAN编码和解码仿真-HUFFMAN
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:144514
    • 提供者:arrow_wj
  1. huffman

    0下载:
  2. huffman压缩解压缩编码解码程序,内容可用,马上可用。huffman编码解码-huffman codec compression decompression process, the content available immediately available. huffman encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:3444
    • 提供者:李洁琼
  1. huffman_encode_and_decode

    0下载:
  2. 自己总结的huffman编解码,其中的源程序对从文件读取的数据进行霍夫曼编码,程序通过了验证-Huffman encode decode
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:13155
    • 提供者:张星
  1. Huffman

    0下载:
  2. 对彩色图像进行huffman编码,解码,显示原图像,灰度图像,编码解码后的图像(Huffman coding of images)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:37888
    • 提供者:一朵云
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com